String Schema
FlightNumberType Simple Type
Description
Flight number, is always only the number part. The carrier code should be transmitted in the according separate carrier field.
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:int
Overview
FlightNumberType Restriction of xs:int
Flight number, is always only the number part. The carrier code should be transmitted in the according separate carrier field.
Source
<xs:simpleType name="FlightNumberType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Flight number, is always only the number part. The carrier code should be transmitted in the according separate carrier field.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int" />
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.